.mian_banner {
    line-height: 0px;
    /*padding-top: 30px;*/
    background-color: #fff;
}

.mian_banner img {
    width: 100%;
    /*box-shadow: 0 0 20px 15px #fdebe8;*/
}

.mian_icon_box {
    text-align: center;
    /* padding: 35px 0px; */
    /* background-color: #ffebc9; */
    /* background-image: linear-gradient(to top, #ffd7c2, #ffe4c6); */
    max-width: 1200px;
    margin: 0 auto;
    line-height: 0px;
}

.mian_icon_box img {
    width: 100%;
}

.mian_icon{
    width: 300px;
    display: inline-block;
    margin: 10px;
    box-shadow: 0 0 20px 12px #f5bd9d;
    line-height: 0;
    border-radius: 10px;
    background-color: #fff;
    font-family: '方正兰亭纤黑简体';
}

.mian_icon img {
    width: 100%
}

.main_quotation {
    background-image: url(../images/quotation_bg.png);
    background-position: center;
    max-width: 1200px;
    margin: 0 auto;
}

.quotation_number {
    font-family: '方正汉真广标简体';
    font-size: 35px;
    margin: 30px 0px;
    font-weight: bold;
}

.quotation_list {
    color: #fff;
    width: 19%;
    display: inline-block;
}

.main_quotation_list {
    width: 100%;
    text-align: center;
    padding: 80px 0px;
}

.quotation_name {
    font-size: 18px;
}

.quotation_number.up, .quotation_parameter.up {
    color: #ffe1e1;
}

.quotation_number.down, .quotation_parameter.down {
    color: #d2ffd2;
}

.quotation_increase {
    margin: 0px 5px;
}

.quotation_percentage {
    margin: 0px 5px;
}

.main_notice {
    padding: 50px 0px;
    /*min-width: 885px;*/
    background-color: #fff9f3;
    font-family: '方正兰亭纤黑简体';
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.main_notice_inner {
    max-width: 1136px;
    margin: 0 auto;
}

.main_notice img {
    width: 100%;
    height: 100%;
}

.notice_bottom_protect img {
    height: 100%;
}

.main_notice_important {
    width: 42%;
    display: inline-block;
    vertical-align: top;
}

.main_notice_rational {
    width: 27%;
    display: inline-block;
    /* float: right; */
    vertical-align: top;
    /*background-color: #fff;*/
}

.main_notice_margin {
    margin: 0px 1.5%;
}

.notice_rational_text {
    padding: 15px;
}

.notice_rational_icon {
    line-height: 0px;
}

.notice_text_cont {
    font-size: 12px;
    margin-top: 8px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 4;*/
    /*line-clamp: 4;*/
    /*-ms-line-clamp: 4;*/
    /*-moz-line-clamp: 4;*/
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
    text-indent: 24px;
}

.notice_text_cont:after {
    content: '...'
}

.notice_bottom_rational {
    width: 54%;
    float: left;
    /*background-color: #fff;*/
}

.notice_bottom_protect {
    width: 45%;
    float: right;
    /* margin-right: 1%; */
}

.notice_bottom_rational_icon {
    /*width: 67%;*/
    float: left;
    line-height: 0px;
    margin-right: 1%;
}

.notice_text_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice_text_special .notice_text_cont {
    /*-webkit-line-clamp: 12;
    line-clamp: 12;
    -ms-line-clamp: 12;
    -moz-line-clamp: 12;*/
}

.notice_bottom_rational_text {
    float: left;
    width: 26%;
    padding: 3%;
}

.main_notice_bottom {
    overflow: hidden;
    margin-top: 20px;
}

.main_service {
    max-width: 1200px;
    margin: 35px auto 300px;
}

.main_service_title img {
    width: 100%;
}

.main_service_title {
    width: 300px;
    margin: 0 auto;
}

#certify {
    position: relative;
    /*width: 1200px;*/
    margin: 40px auto;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width: 30%;
    /*height: 408px;*/
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    display:block;
    width: 100%;
}
#certify  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    /* border: 3px solid #fff; */
    background-color: #efc1af;
    width: 10px;
    height: 10px;
    opacity: 1;
    filter:Alpha(opacity=100);
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    /* border: 3px solid #00aadc; */
    background-color: #ff4106;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.swiper-slide-active {
    margin: 0px 10px 0px 10px;
    transform: scale(1) !important;
}

.ie8_loop {
    display: none;
    width: 100%;
    overflow: hidden;
}

.loop_inner {
    width: auto;
}

.loop_label {
    width: 333px;
    display: inline-block;
    margin: 10px;
}

.loop_label img {
    width: 100%;
}

.loop_origin_btn {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #efc1af;
    border-radius: 5px;
    margin: 5px;
}

.loop_origin {
    text-align: center;
}

.loop_origin_btn.active {
    background-color: #ff4106;
}

.mian_icon {
    padding: 10px;
}

.mian_laabel_icon {
    width: 80%;
    margin: 0 auto;
}

.mian_laabel_text {
    /*width: 80%;*/
    margin: 15px auto;
    line-height: 20px;
    vertical-align: top;
    min-height: 40px;
    /*text-align: left;*/
}

.ghost {
    width: 250px;
    height: 85px;
    position: absolute;
    top: 0px;
    left: 0px;
    /*transition: top 50ms, left 50ms;*/
    cursor: pointer;
    background-color: #ddd;
    font-size: 20px;
    border-radius: 5px;
    /* margin-top:20px; */
}

.ghost-span {
    position: absolute;
    top:25px;
    padding-left:30px;
    padding-right:20px;
}

.ghost img {
    border-radius: 10px;
}

.ghost-close {
    position: absolute;
    right: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1366px) {
    .notice_text_cont {
        /*-webkit-line-clamp: 3;
        line-clamp: 3;
        -ms-line-clamp: 3;
        -moz-line-clamp: 3;*/
    }
    .notice_text_special .notice_text_cont {
       /* -webkit-line-clamp: 8;
        line-clamp: 8;
        -ms-line-clamp: 8;
        -moz-line-clamp: 8;*/
    }

    .main_service {
        margin: 35px 0px 80px 0px;
    }
}

@media screen and (max-width: 980px) {
    .mian_icon {
        width: 240px;
    }

    .notice_text_cont {
        /*-webkit-line-clamp: 2;
        line-clamp: 2;
        -ms-line-clamp: 2;
        -moz-line-clamp: 2;*/
    }

    .notice_text_special .notice_text_cont {
        /*-webkit-line-clamp: 5;
        line-clamp: 5;
        -ms-line-clamp: 5;
        -moz-line-clamp: 5;*/
    }

    .main_service {
        margin: 35px 0px 20px 0px;
    }
}